ci(qodana): .editorconfig-Workaround entfernen#62
Merged
tomtastisch merged 1 commit intomainfrom Feb 14, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes the temporary .editorconfig workaround from the Qodana workflow, addressing issue #59. The workaround previously disabled .editorconfig before running Qodana and restored it afterward, creating configuration drift. Now Qodana runs with the actual repository configuration.
Changes:
- Removed temporary
.editorconfigdisable/restore steps from the Qodana workflow - Qodana now runs directly against the repository's actual configuration
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ziel & Scope
Fixes #59: Qodana soll mit der echten Repo-Konfiguration laufen. Der
.editorconfig-Disable/Restore-Workaround in.github/workflows/qodana.ymlwird entfernt.Non-Goals:
.editorconfig(nur Workflow-Hack entfernen).SECURITY.md.Umgesetzte Aufgaben (abhaken)
.editorconfigaus.github/workflows/qodana.ymlentfernt.Nachbesserungen aus Review (iterativ)
.editorconfigwieder fehlschlaegt: Root-Cause im Qodana-Log identifizieren und zielgerichtet beheben (konfig statt rename).use-caches: trueseparat evaluieren (nur wenn stabil, nicht in diesem PR).Security- und Merge-Gates
Evidence (auditierbar)
Lokal:
bash tools/ci/bin/run.sh preflight->/Users/tomwerner/RiderProjects/FileClassifier/artifacts/ci/preflight/summary.mdbash tools/ci/bin/run.sh build->/Users/tomwerner/RiderProjects/FileClassifier/artifacts/ci/build/summary.mdbash tools/ci/bin/run.sh tests-bdd-coverage->/Users/tomwerner/RiderProjects/FileClassifier/artifacts/ci/tests-bdd-coverage/summary.mdCI (PR #62):
DoD (mindestens 2 pro Punkt)
.editorconfig-Workaround.github/workflows/qodana.yml).artifacts/ci/build/summary.mdundartifacts/ci/tests-bdd-coverage/summary.md).